projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29b79ba
)
Auto-commit of generated files.
author
Glenn Morris
<rgm@gnu.org>
Sat, 13 Apr 2013 10:17:45 +0000
(06:17 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 13 Apr 2013 10:17:45 +0000
(06:17 -0400)
autogen/configure
patch
|
blob
|
history
diff --git
a/autogen/configure
b/autogen/configure
index d4df3a491740d9e3fcea7d3f3a3b8a08bf4a6048..cc0e18b7d8f6cc36b2ffe810a8f02c480f743db6 100755
(executable)
--- a/
autogen/configure
+++ b/
autogen/configure
@@
-4672,6
+4672,11
@@
case "${canonical}" in
## fi
;;
+ ## Cygwin ports
+ *-*-cygwin )
+ opsys=cygwin
+ ;;
+
## HP 9000 series 700 and 800, running HP/UX
hppa*-hp-hpux10.2* )
opsys=hpux10-20
@@
-4745,7
+4750,6
@@
case "${canonical}" in
## Intel 386 machines where we don't care about the manufacturer.
i[3456]86-*-* )
case "${canonical}" in
- *-cygwin ) opsys=cygwin ;;
*-darwin* ) opsys=darwin ;;
*-sysv4.2uw* ) opsys=unixware ;;
*-sysv5uw* ) opsys=unixware ;;